Click or drag to resize

ServiceCreateFolder Method (Folder, FolderId)

Creates a folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FolderId CreateFolder(
	Folder folder,
	FolderId parentFolderId
)

Parameters

folder
Type: Independentsoft.ExchangeFolder
The folder to create.
parentFolderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder in which to place the newly created folder.

Return Value

Type: FolderId
The ID of the created folder.
See Also